![]() |
Fractale Tree
0.5
Plot Tree Fractale
|
#include <qwidget_ratio.h>
Public Slots | |
void | CheckBox_Update () |
Signals | |
void | Value_changed () |
Public Member Functions | |
QWidget_Ratio (QWidget *parent=0) | |
double | Get_Ratio () |
void | Set_Ratio (double ratio) |
bool | isChecked () |
void | Set_Checked (bool etat) |
Private Attributes | |
QGridLayout * | layout |
QDoubleSpinBox * | DoubleSpinBox_ration |
QLabel * | Label_ration |
QCheckBox * | CheckBox |
Definition at line 19 of file qwidget_ratio.h.
|
explicit |
Definition at line 3 of file qwidget_ratio.cpp.
References CheckBox, CheckBox_Update(), DoubleSpinBox_ration, Label_ration, layout, and Value_changed().
|
slot |
Definition at line 44 of file qwidget_ratio.cpp.
References CheckBox, and DoubleSpinBox_ration.
Referenced by QWidget_Ratio().
double QWidget_Ratio::Get_Ratio | ( | ) |
Definition at line 39 of file qwidget_ratio.cpp.
References DoubleSpinBox_ration.
Referenced by Draw_Tree::Plot(), and Main_fenetre::Save_file().
bool QWidget_Ratio::isChecked | ( | ) |
Definition at line 49 of file qwidget_ratio.cpp.
References CheckBox.
Referenced by Draw_Tree::Plot(), and Main_fenetre::Save_file().
void QWidget_Ratio::Set_Checked | ( | bool | etat | ) |
Definition at line 54 of file qwidget_ratio.cpp.
References CheckBox.
Referenced by Main_fenetre::Open_file().
void QWidget_Ratio::Set_Ratio | ( | double | ratio | ) |
Definition at line 34 of file qwidget_ratio.cpp.
References DoubleSpinBox_ration.
Referenced by Main_fenetre::Open_file().
|
signal |
|
private |
Definition at line 36 of file qwidget_ratio.h.
Referenced by CheckBox_Update(), isChecked(), QWidget_Ratio(), and Set_Checked().
|
private |
Definition at line 33 of file qwidget_ratio.h.
Referenced by CheckBox_Update(), Get_Ratio(), QWidget_Ratio(), and Set_Ratio().
|
private |
Definition at line 34 of file qwidget_ratio.h.
Referenced by QWidget_Ratio().
|
private |
Definition at line 31 of file qwidget_ratio.h.
Referenced by QWidget_Ratio().